home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10222 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: news.primenet.com!ip056
  2. From: bkeeler@primenet.com (Bill Keeler)
  3. Newsgroups: comp.lang.c++
  4. Subject: BC++ 4.5: 16 & 32-bit targets, single source- possible?
  5. Date: 6 Mar 1996 12:06:01 -0700
  6. Organization: Primenet
  7. Sender: root@primenet.com
  8. Message-ID: <4hknmp$mu9@nnrp1.news.primenet.com>
  9. X-Posted-By: ip056.phx.primenet.com
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. I am using BC++ 4.52, and am developing for Win 16 & 32.  I want to be able to 
  13. compile my source for both platforms within a single project.  I am trying to 
  14. do this within the IDE.  I know that there's a way to recompile the source 
  15. at will in a makefile.
  16.  
  17. The problem is that when the first (16-bit) target is created, the .obj files 
  18. are 16-bit records, then when it's time to create the second (32-bit) target, 
  19. the maker sees that the obj file is up-to-date, and then the linker complains 
  20. about 16-bit records when trying to create a 32-bit target.
  21.  
  22. Is there a solution other than manually builing this each time, or using 
  23. command-line tools?
  24.  
  25. Thanks,
  26.  
  27. Bill
  28.  
  29. ........................................................
  30.  
  31. Bill Keeler:  bkeeler@primenet.com
  32. Online PC Help - Computer Consulting, Custom Programming
  33.  
  34. My opinions are ... well, what do you think?
  35.